/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:微软雅黑;margin:0; padding:0;font-size: 15px;}/*commom style*/


.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.w1100{
    width: 1100px;
    margin: 0 auto;
}
.hide{display:none;}

/* 背景图 */
body{
    background:url(zs_01.png) no-repeat top #f1f1f1;
}


/* 底部样式 */
.footer{
    height:100px;
    background:#2f2f2f;
}
.f_con ul a,.f_con,.f_con p a{
    color:#fff;
}
.f_con ul li{float:left;}
.f_con ul li{
    margin:3px 5px;
}
.f_left{position: absolute;left:0px;top:10px;}
.f_con ul{width:350px;margin:0px auto;}
.f_con{text-align: center;margin:0 auto;line-height: 25px;}
.f_right{position: absolute;right:0px;top:18px;}


/* 主体 */
.main{
    min-height:500px;
    background:#fff;
    margin:20px auto;
    padding:20px;
}
p.hot{font-size:30px;text-align: center;margin-bottom: 30px;}
p.hot a{color:#2e5399;font-weight:boldl;}
/*图片新闻*/
/*模块的大小*/
.bord {
    width: 525px;
    height: 320px;
}
.focusBox {
    position: relative;
    /*根据具体页面要求修改宽高*/
    width: 525px;
    height: 320px;
    overflow: hidden;
    text-align: left;
}
.focusBox .pic img {
    /*根据具体页面要求修改宽高*/
    width: 525px;
    height: 320px;
    display: block;
}
.focusBox .pic img {
    display: block;
}
.pic {
    float: left;
}
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    /*背景条透明度及高度可修改*/
    height: 40px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}
.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    /*根据txt-bg改高度*/
    height: 40px;
    width: 100%;
    overflow: hidden;
}
.focusBox .txt li {
    /*根据txt-bg改高度*/
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}
.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-weight: bold;
    text-decoration: none;
}
.focusBox .txt li a:hover {
    color: #0b51c1;
}
.focusBox .num {
    position: absolute;
    z-index: 3;
    /*小方格位置*/
    bottom: 16px;
    right: 2px;
}
.focusBox .num li {
    float: left;
    position: relative;
    /*小方格大小*/
    width: 25px;
    height: 5px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
}
.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}
.focusBox .num li span {
    display: inline-block;
    width: 25px;
    height: 5px;
    z-index: 1;
    background: #fff;
    /*-moz-opacity:0.9;*/
    /*-khtml-opacity: 0.9;*/
    /*opacity: 0.9;*/
    /*filter:alpha(opacity=90);*/
}
.focusBox .num li.on a, .focusBox .num a:hover {
    background: #0b51c1;
}

/* 新闻列表 */
.first_right{
    width:510px;
    position: relative;
}
.title{border-bottom: 1px solid #aebfd5;}
.title p{
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    padding:5px 10px;
}
p.act{
    color:#fff;
    background:#005293;
}
.more{
    font-size: 15px;
    color: #666666;
    position: absolute;
    right:0px;
    top:8px;
}
.contain .list li{
    height:40px;
    line-height:40px;
    border-bottom:1px dotted #d7d7d7;
}
.contain .list li a{
    display: inline-block;
    background: url(dian.png) no-repeat left center;
    padding-left: 15px;
}
.contain .list li span{
    float: right;
    color: #999;
}
.second{
    height:90px;
    margin: 20px 0;
}


/* 横幅 */
.mr_frbox{height:90px;position: relative;width:1060px;position: relative;}
.mr_frBtnR{cursor:pointer;position: absolute;z-index: 999;left:10px;top:30px;}
.mr_frUl{float:left;height:90px;width:1060px;}
.mr_frBtnL{cursor:pointer;position: absolute;right:10px;top:30px;z-index: 999;}
.mr_frUl ul li{display:inline;float:left;width:1060px;overflow:hidden;}
.mr_frUl ul li a img{width: 1070px;height: 90px;}
.bg1,.bg2{
    height:90px;
    width:40px;
    background:#fff;
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    filter:alpha(opacity=30);
    position: absolute;
    z-index: 998;
}
.bg1{top:0px;left:0px;}
.bg2{top:0px;right:0px;}
/* 第三块 */
.third_left{
    width:700px;
    height:280px;
    border-right:1px solid #f0f0f0;
    padding-right:20px;
    margin-right:20px;
    position: relative;
}
.third_left .more{
    right:20px;
}
.third_right{
    width:330px;
}
.third_right a{color:#005293;display: inline-block;}
.third .t{
    width:160px;
    height:40px;
    float:left;
    margin-bottom:5px;
    line-height: 40px;
    padding-left: 70px;
}
.t1,.t3{
    margin-right:10px;
}
.t1{background:url("zs_09.png") no-repeat left center ;}
.t2{background:url("zs_10.png") no-repeat left center ;}
.t3{background:url("zs_11.png") no-repeat left center ;}
.t4{background:url("zs_12.png") no-repeat left center ;}
.h{width:330px;}
.h1{height:40px;background:#f5f8fd;text-align: center;margin-bottom: 5px;width: 159px;font-size: 15px;}
.h2{height:55px;background:#f5f8fd;line-height: 20px;text-align: center;margin-bottom: 5px;padding:6px 35px;}


/* 友情链接 */

.yqlj li a{
    width: 340px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #dee0e2;
    background:#fff;
    display: inline-block;
    float:left;
    margin-bottom:20px;
    margin-left:40px;
}



